object frmAbout: TfrmAbout Left = 0 Top = 0 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'About 7capture' ClientHeight = 398 ClientWidth = 306 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnCreate = FormCreate OnKeyPress = FormKeyPress DesignSize = ( 306 398) PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 306 Height = 356 Align = alTop Anchors = [akLeft, akTop, akRight, akBottom] BevelOuter = bvNone FullRepaint = False TabOrder = 0 DesignSize = ( 306 356) object imgBack: TImage Left = 0 Top = 0 Width = 306 Height = 356 Align = alClient Picture.Data = {} ExplicitHeight = 369 end object lCopyright: TLabel Left = 7 Top = 178 Width = 291 Height = 27 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = '7capture Copyright '#169' 2010 by IBE Software. All Rights Reserved.' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] ParentFont = False Transparent = True WordWrap = True end object lLegal: TLabel Left = 7 Top = 209 Width = 291 Height = 92 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Portions of Graphics32 and TBX '#169' 2001-2004 by Alex A. Denisov. A' + 'll rights reserved. PNGDelphi '#169' 2004 by Gustavo Daud. All rights' + ' reserved. JVCL portions are licensed from Project JEDI, and the' + ' source code can be obtained from http://jvcl.sourceforge.net. V' + 'irtual TreeView '#169' 1999-2004 by Mike Lischke. All rights reserved' + '.' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -9 Font.Name = 'Verdana' Font.Style = [] ParentFont = False Transparent = True WordWrap = True end object lblversion: TMemo Left = 7 Top = 314 Width = 291 Height = 36 Anchors = [akLeft, akRight, akBottom] BorderStyle = bsNone Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Verdana' Font.Style = [] Lines.Strings = ( '7capture version info...') ParentFont = False ReadOnly = True TabOrder = 0 end end object btnOK: TButton Left = 164 Top = 365 Width = 134 Height = 25 Anchors = [akBottom] Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object btnWebSite: TButton Left = 5 Top = 365 Width = 132 Height = 25 Anchors = [akBottom] Caption = 'WebSite...' TabOrder = 2 OnClick = btnWebSiteClick end end